home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / LIST < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.0 KB  |  22 lines

  1. Usage: LIST [<flag> [<arg>]] [<channel>] 
  2.   LIST gives you a listing of channels which includes channel name,
  3.   number of users, and a topic (if one is set).  If no channel
  4.   is specified, all channels are shown, otherwise only channels
  5.   that match are displayed (the channel may contain wildcards)
  6.   If the channel given is the character "*" LIST only returns the 
  7.   information for the current channel.
  8.   The displayed list may also be limited by using one or more of 
  9.   the following flags:
  10.     -MIN n        When n the minimum number of user.  Channels
  11.             with less than n users are not shown.
  12.     -MAX n        When n the maximum number of user.  Channels
  13.             with more than n users are not shown.
  14.     -PUBLIC        Only shows Public channels
  15.     -PRIVATE    Only shows Private (*) channels
  16.     -ALL        Overrides previous -PUBLIC and/or -PRIVATE
  17.     -TOPIC        Show channels with topic set
  18.     -WIDE        Shows channel names and sizes in as little
  19.             space as possible. Listing can be sorted using:
  20.         -NAME    Sort by name of the channel
  21.         -USERS    Sort by number of users in the channel
  22.